Make xasprintf work sensibly in light of both (sigh) C99 and SUSv1 definitions
authorrobertl <robertl>
Thu, 5 Oct 2006 04:07:34 +0000 (04:07 +0000)
committerrobertl <robertl>
Thu, 5 Oct 2006 04:07:34 +0000 (04:07 +0000)
commit31a0a5486f2348823e211621be1fa33ff5fdabb1
treeb9db37cc25144d0d65a34d9d554c3539a29925b2
parent036638e30bc672671cc8980b1dc0c8447fec1d18
Make xasprintf work sensibly in light of both (sigh) C99 and SUSv1 definitions
of snprintf.  Probably needs more abstraction work, but this is more correct
in more cases.
util.c